<xs:complexType name="ServicesRequestType" xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:sequence> <xs:element name="Service" nillable="true" minOccurs="0" maxOccurs="unbounded"> <xs:complexType> <xs:sequence> <xs:choice> <xs:element name="Accommodation" type="AccommodationRequestType" /> <xs:element name="Flight" type="FlightRequestType" /> <xs:element name="CommonService" type="CommonServiceRequestType" /> </xs:choice> <xs:element name="References" type="ServiceRequestReferencesType" minOccurs="0" /> </xs:sequence> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType>
© 2017 All Rights Reserved.